time.zone.isDST (field)
10 uses
time (current package)
zoneinfo.go#L49: isDST bool // is this zone Daylight Savings Time?
zoneinfo.go#L162: isDST = zone.isDST
zoneinfo.go#L176: isDST = zone.isDST
zoneinfo.go#L201: isDST = zone.isDST
zoneinfo.go#L236: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L238: if !l.zone[zi].isDST {
zoneinfo.go#L246: if !l.zone[zi].isDST {
zoneinfo_read.go#L265: zones[i].isDST = b != 0
zoneinfo_read.go#L342: isDST: isDST,
zoneinfo_read.go#L356: if z.name == name && z.offset == offset && z.isDST == isDST {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |